docs(apple): restructure install docs and add SentryObjC#17926
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
1 Skipped Deployment
|
philprime
commented
May 29, 2026
itaybre
approved these changes
May 29, 2026
Contributor
itaybre
left a comment
There was a problem hiding this comment.
LGTM, with some comments
Reorganize the SPM page into Pre-compiled, Compile from Source, and SentryObjC sections so users can quickly find the right product. Add SentryObjC xcframeworks to the manual install page and a callout on the install index for ObjC++/no-modules projects. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SentryObjC via SPM compiles from source; only the dynamic xcframework is available pre-compiled. Remove the non-existent static xcframework and clarify the SPM product compiles from source. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
SwiftUI view performance tracking is now included in the main Sentry product. Mark SentrySwiftUI as deprecated in both SPM and manual install pages. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
b2f7350 to
9f1095f
Compare
…ribution channels Apply itaybre's suggestion to clarify `@import` as "semantic imports", add SentryObjC-Static xcframework to manual install, and expand the SPM section with a "Why SentryObjC?" explainer and pre-compiled binary target products. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
7 tasks
…ules scenarios Adds missing configuration details derived from the sentry-cocoa sample apps: - SentryObjC-Static requires `-lc++` linker flag and an empty .swift file - Clang modules disabled / ObjC++ needs explicit framework linking and #import - SentryObjC-Dynamic supports @import module imports Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
…instrumentation page SwiftUI view performance tracking is now included in the main Sentry SDK. Replace all `import SentrySwiftUI` with `import Sentry` and remove the outdated install instructions that contradicted the deprecation. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
itaybre
reviewed
Jun 3, 2026
itaybre
approved these changes
Jun 3, 2026
Contributor
itaybre
left a comment
There was a problem hiding this comment.
LGTM, some comments to double check/ for later but not urgent
…tatic Replace the dummy .swift file approach with explicit linker flags (-lswiftCore, -force_load libswiftCompatibility56.a) as the primary method, matching getsentry/sentry-cocoa#7999. The dummy file is now documented as a fallback. Also notes that targets with existing .swift files only need -lc++. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Restructures the Apple SDK installation docs to clearly separate pre-compiled
and compile-from-source products, and documents the new SentryObjC wrapper
(shipping in 9.16.0) for Objective-C/ObjC++ projects that can't use Clang modules.
SPM page now has three sections: Pre-compiled (Recommended) for
Sentry,Sentry-Dynamic,SentrySwiftUI; Compile from Source forSentrySPMandNoUIFramework; and SentryObjC with installation and configuration examples.Manual Install page adds
SentryObjC.xcframework.zipandSentryObjC-Dynamic.xcframework.zipto the download list with usage guidelines.Install index adds an info callout directing ObjC++/no-modules users to the
SentryObjC section.
IS YOUR CHANGE URGENT?
Help us prioritize incoming PRs by letting us know when the change needs to go live.
SLA
Thanks in advance for your help!
PRE-MERGE CHECKLIST
Make sure you've checked the following before merging your changes: